home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineButton2_1321 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  222 b   |  7 lines

  1. on(release){
  2.    if(sitemselect1.select == true || sitemselect2.select == true || sitemselect3.select == true || sitemselect4.select == true || sitemselect5.select == true)
  3.    {
  4.       sellhowmuch._visible = 1;
  5.    }
  6. }
  7.